Re: MD5 salt

Поиск
Список
Период
Сортировка
От M. Bastin
Тема Re: MD5 salt
Дата
Msg-id a05210608bafbd7a162d8@[213.224.115.34]
обсуждение исходный текст
Ответ на Re: MD5 salt  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: MD5 salt  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
At 11:06 AM -0400 5/29/03, Tom Lane wrote:
>"M. Bastin" <marcbastin@mindspring.com> writes:
>>  However I must be doing something wrong.  This is what I do:
>>  "md5" + MD5( MD5(Password + UserName) + Salt)
>>  Is this a correct interpretation of your explanation?
>
>Looks right to me.  Do you have the MD5 algorithm correct?

I'm using the one provided with my development tool.  Is there some
way I could calculate a MD5 digest with a known good tool and compare
it with my result?

>You might try testing with plain-text password auth method to make sure
>you have the basic Password-message mechanics down, before you go on
>with MD5.

Exactly, that's what I did and it works, so I'm pretty sure there
must be something wrong with the MD5 algorithm I use, (or else I
don't extract the salt properly out of the data stream but I'm quite
sure I've got that covered).

...

Mmmm...  I've just done some testing and my MD5 function gives me 16
bytes instead of 32.  I'll look into this.

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: MD5 salt
Следующее
От: Tom Lane
Дата:
Сообщение: Re: MD5 salt